Release 10.1A: OpenEdge Reporting:
Query/Results for UNIX


Error message box

You can call s-error.p in Results from within your user file using the following code:

RUN s-error.p ("Some character string expression"). 

Where the character expression is the text you want displayed in the error message box. For example, after you run a test for permissions, you can call this routine:

RUN s-error.p ("You do not have permission to run this option). 

The s-error.p function creates the box, displays an error message box similar to the following, then returns:

You do not have permission to run this option. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095